OpenRoads Designer CONNECT Edition SDK Help

CreateTangentParabolaByThruPoint(ProfileParabola, Double, DPoint3d) Method

Calculates parabola tangential to given parabola at point located at summitOffset passing thru thruPoint

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  ProfileParabola CreateTangentParabolaByThruPoint( ProfileParabola parabola,double summitOffset, DPoint3d thruPoint)

Parameters

SettingDescription
  ProfileParabola Given parabola
   Tangentiality point
  DPoint3d Thru point

Return Value

ProfileParabola Solution (is found)

See Also